Release 10.1A: OpenEdge Development:
Progress 4GL Reference
LOAD-MOUSE-POINTER( ) method
Specifies the mouse pointer to display when the pointer is moved over the widget. If you apply this method to a frame, field group, or window, the same mouse pointer is displayed when it is moved across all child widgets within the frame, field group, or window. However, if you load a different mouse pointer for a child widget, the child widget mouse pointer is displayed when it is moved over that child.
Return type: LOGICAL Applies to: BROWSE widget (browse and column), BUTTON widget, COMBO-BOX widget, DIALOG-BOX widget, EDITOR widget, FIELD-GROUP widget, FILL-IN widget, FRAME widget, MENU widget, MENU-ITEM widget, RADIO-SET widget, SELECTION-LIST widget, SLIDER widget, SUB-MENU widget, TOGGLE-BOX widget, WINDOW widget
pointer-nameA character-string expression that specifies the name of a mouse pointer.
Progress provides a collection of mouse pointers that you can use in graphical applications. Table 71 names and describes each mouse pointer in the collection.
Notes
- If the mouse pointer is loaded successfully, the method returns TRUE.
- In addition to the mouse pointers that Progress supplies, you can also use a bitmap that you supply that is in the form of a Windows cursor (
.curor.ani) file. To use such a bitmap, substitute the name of the Windows cursor file forpointer-name.- For browse-columns, if you do not specify a mouse pointer, Progress uses the mouse pointer the user specified for the browse.
Note: URL pathnames cannot contain the percent symbol (%). If an error exists in a URL specified on the- In Windows, you can specify a URL pathname. If you specify a fully-qualified URL, LOAD-MOUSE-POINTER loads the pointer file directly without searching directories or URLs in
PROPATH. Valid URL protocols include HTTP and HTTPS.PROPATH, the LOAD-MOUSE-POINTER method continues searching with the nextPROPATHentry.- If you specify URL pathnames on the
PROPATHand your application repeatedly uses the LOAD-MOUSE-POINTER method with a URL pathname, you can improve performance by using the SEARCH function once to determine the full URL pathname to the directory containing the pointer files. Use this value to create a fully-qualified URL pathname forpointer-nameand avoid repeated searches of thePROPATH.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |